home *** CD-ROM | disk | FTP | other *** search
- ExportAccessory = {
- OUTLETS = {
- mergeMatrix;
- };
- SUPERCLASS = ImportAccessory;
- };
- FirstResponder = {
- ACTIONS = {
- save:;
- };
- SUPERCLASS = Object;
- };
- ImportAccessory = {
- ACTIONS = {
- setFieldDelimiter:;
- setRecordDelimiter:;
- ok:;
- revert:;
- setSavePath:;
- };
- OUTLETS = {
- titleMatrix;
- delimiterBox;
- placeHolderView;
- recordDelimPopUpList;
- appIconButton;
- getSavePathButton;
- fieldDelimPopUpList;
- recordDelimPopUp;
- runStructureEditorSwitch;
- fieldDelimPopUp;
- customFields;
- customWindow;
- };
- SUPERCLASS = Object;
- };
-